type runtime.structtype

6 uses

	runtime (current package)
		alg.go#L238: 		s := (*structtype)(unsafe.Pointer(t))
		cgocall.go#L682: 		st := (*structtype)(unsafe.Pointer(t))
		type.go#L74: 		st := (*structtype)(unsafe.Pointer(t.Type))
		type.go#L418: type structtype = abi.StructType
		type.go#L625: 		st := (*structtype)(unsafe.Pointer(t))
		type.go#L626: 		sv := (*structtype)(unsafe.Pointer(v))